Vcenter Lcm Deployment Common CommonInfo
The Vcenter Lcm Deployment Common CommonInfo schema contains information common to all tasks.
This schema was added in vSphere API 9.0.0.0.
{
"description": {
"id": "string",
"default_message": "string",
"args": [
"string"
],
"params": {
"params": {
"s": "string",
"dt": "string",
"i": 0,
"d": "number",
"l": "Vapi Std NestedLocalizableMessage Object",
"format": "string",
"precision": 0
}
},
"localized": "string"
},
"status": "string",
"cancelable": false,
"error": {},
"start_time": "string",
"end_time": "string"
}
Description of the operation associated with the task.
This property was added in vSphere API 9.0.0.0.
Status of the operation associated with the task.
For more information see: Vcenter Lcm Deployment Common Status.
This property was added in vSphere API 9.0.0.0.
Flag to indicate whether or not the operation can be cancelled. The value may change as the operation progresses.
This property was added in vSphere API 9.0.0.0.
Description of the error if the operation status is "FAILED" or the upgrade has been canceled.
This property was added in vSphere API 9.0.0.0.
If missing or null
there is no error raised by the upgrade
Time when the operation is started.
This property was added in vSphere API 9.0.0.0.
This property is optional and it is only relevant when the value of status is one of Vcenter Lcm Deployment Common Status.RUNNING, Vcenter Lcm Deployment Common Status.BLOCKED, Vcenter Lcm Deployment Common Status.SUCCEEDED, Vcenter Lcm Deployment Common Status.FAILED, or Vcenter Lcm Deployment Common Status.CANCELED.
Time when the operation is completed.
This property was added in vSphere API 9.0.0.0.
This property is optional and it is only relevant when the value of status is one of Vcenter Lcm Deployment Common Status.SUCCEEDED, Vcenter Lcm Deployment Common Status.FAILED, or Vcenter Lcm Deployment Common Status.CANCELED.